home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 February
/
PCWorld_2001-02_cd.bin
/
Novinky
/
Becherovka
/
KoktejlovePexeso-oldes
/
pexeso.swf
/
scripts
/
DefineButton2_275
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2000-12-04
|
138b
|
13 lines
on(release){
if(kid == 1)
{
kid = 24;
}
else
{
kid -= 1;
}
ShowFoto(kid);
SetData(kid);
}